home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Dev
/
powerd
/
lib
/
powerd_lib.lha
/
PowerD
/
CloseW.ass
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-06-23
|
262 b
|
17 lines
; a0 - window
xdef _CloseW
_CloseW move.l a6,-(a7)
move.l (50,a0),d0
cmp.l _stdrast,d0
bne.s .close
clr.l _stdrast ; clear rastport
.close move.l _IntuitionBase,a6
jsr (-72,a6) ; CloseWindow()
move.l (a7)+,a6
rts
xref _stdrast
xref _IntuitionBase